<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* iconfont鍥炬爣 */

@font-face {
  font-family: homefont;
  src: url(https://res.waiqin365.com/d/official/wq/home/iconfont.eot);
  src: url(https://res.waiqin365.com/d/official/wq/home/iconfont.eot?#iefix)
      format("embedded-opentype"),
    url(https://res.waiqin365.com/d/official/wq/home/iconfont.woff)
      format("woff"),
    url(https://res.waiqin365.com/d/official/wq/home/iconfont.ttf)
      format("truetype"),
    url(https://res.waiqin365.com/d/official/wq/home/iconfont.svg#iconfont)
      format("svg");
}

.homefont {
  font-family: homefont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

/* 瀵艰埅 */

.home-header.header {
  background-color: transparent;
  box-shadow: 0 0 black;
}

.home-header .header-logo {
  background-image: url("/p/assets/images/logo-white.png");
}

.home-header .header-nav-link {
  color: white;
}

.home-header .header-nav-more {
  background-image: url(/p/assets/images/header-nav-more-white.png) !important;
}

/* .home-header .header-nav-li:hover,
.home-header .header-subnav {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99252629, endColorstr=#99252629);
  background: rgba(37, 38, 41, 0.9);
} */

.home-header .header-nav-link:hover {
  background: transparent;
}

/* .home-header .header-subnav {
  box-shadow: 0 0 black;
} */

.home-header .header-subnav-title,
.header-subnav h5,
.home-header .header-subnav-link {
  color: white;
}

.home-header .header-subnav-link:hover {
  color: #ffa303;
}

.home-header .header-subnav-link .link-arrows {
  display: none;
}

.home-header .header-subnav-link:hover .link-arrows {
  display: inline-block;
  color: #ffa303;
}

.home-header .header-button {
  background-color: transparent;
  color: white;
  border: 1px solid transparent;
}

.home-header .header-button:hover {
  background-color: transparent;
  border: 1px solid #ffa303;
  color: #ffa303;
}

.home-header .header-button-login {
  color: white;
  background-color: transparent;
  border: 1px solid transparent;
}

.home-header .phone-number {
  color: #fff;
}

.home-header .header-wrapper-right .phone-icon {
  background-image: url(/p/assets/images/header-phone-white.png);
}

.home-header .language-type {
  color: #fff;
}

/* 杞挱 */
.swiper-container {
  width: 100%;
  height: 553px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* 杞挱-绗竴椤� */
.banner-market-option {
  position: absolute;
  height: 50px;
  width: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner-market-option1 {
  opacity: 0;
  top: 110px;
  left: 295px;
  background-image: url("https://res.waiqin365.com/d/official/wq/home/banner-market/1.png");
  animation: fade-in;
  animation-duration: 500ms;
  -webkit-animation: fade-in 500ms;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}

.banner-market-option2 {
  opacity: 0;
  top: 185px;
  left: 285px;
  background-image: url("https://res.waiqin365.com/d/official/wq/home/banner-market/2.png");
  animation: fade-in;
  animation-duration: 500ms;
  -webkit-animation: fade-in 500ms;
  animation-delay: 400ms;
  animation-fill-mode: forwards;
}

.banner-market-option3 {
  opacity: 0;
  top: 260px;
  left: 265px;
  background-image: url("https://res.waiqin365.com/d/official/wq/home/banner-market/3.png");
  animation: fade-in;
  animation-duration: 500ms;
  -webkit-animation: fade-in 500ms;
  animation-delay: 600ms;
  animation-fill-mode: forwards;
}

.banner-market-option4 {
  opacity: 0;
  top: 335px;
  left: 230px;
  background-image: url("https://res.waiqin365.com/d/official/wq/home/banner-market/4.png");
  animation: fade-in;
  animation-duration: 500ms;
  -webkit-animation: fade-in 500ms;
  animation-delay: 800ms;
  animation-fill-mode: forwards;
}

.banner-market-option5 {
  opacity: 0;
  top: 406px;
  left: 185px;
  background-image: url("https://res.waiqin365.com/d/official/wq/home/banner-market/5.png");
  animation: fade-in;
  animation-duration: 500ms;
  -webkit-animation: fade-in 500ms;
  animation-delay: 1000ms;
  animation-fill-mode: forwards;
}

.banner-market-title {
  text-align: center;
  font-size: 0px;
  position: absolute;
  transform: scale(1);
  transition: 100ms all linear;
  cursor: default;
}

.banner-market-title:hover {
  transform: scale(1.5);
}

.banner-market-title1:hover .line-active,
.banner-market-title2:hover .line-active {
  height: 2px;
  opacity: 1;
  width: 80%;
  visibility: visible;
  animation: fade-in-line-left;
  animation-duration: 400ms;
  animation-fill-mode: forwards;
}

.banner-market-title3:hover .line-active,
.banner-market-title4:hover .line-active,
.banner-market-title5:hover .line-active {
  visibility: visible;
  height: 2px;
  width: 80%;
  opacity: 1;
  animation: fade-in-line-left2;
  animation-duration: 400ms;
  animation-fill-mode: forwards;
}

.banner-market-title:hover .line {
  opacity: 0;
}

.banner-market-title1:hover .line-active-initial,
.banner-market-title2:hover .line-active-initial {
  opacity: 1;
  width: 80%;
  height: 2px;
  animation: fade-in-line-right;
  animation-duration: 400ms;
  animation-fill-mode: forwards;
}

.banner-market-title3:hover .line-active-initial,
.banner-market-title4:hover .line-active-initial,
.banner-market-title5:hover .line-active-initial {
  opacity: 1;
  width: 80%;
  height: 2px;
  animation: fade-in-line-right2;
  animation-duration: 400ms;
  animation-fill-mode: forwards;
}

.banner-market-title img {
  width: 80%;
  height: 2px;
}

.banner-market-title span {
  font-size: 22px;
  color: #fff;
  display: block;
  margin: 5px 0 5px 0;
}

.line-active {
  /* visibility: hidden; */
  position: absolute;
  opacity: 0;
}

.line-active-initial {
  opacity: 0;
  position: absolute;
}

.banner-market-title1 {
  width: 100px;
  top: 113px;
  animation: fade-in-title1;
  animation-duration: 500ms;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
  opacity: 0;
}

.banner-market-title2 {
  width: 100px;
  top: 188px;
  animation: fade-in-title2;
  animation-duration: 500ms;
  animation-delay: 400ms;
  animation-fill-mode: forwards;
  opacity: 0;
}

.banner-market-title3 {
  width: 150px;
  top: 263px;
  animation: fade-in-title3;
  animation-duration: 500ms;
  animation-delay: 600ms;
  animation-fill-mode: forwards;
  opacity: 0;
}

.banner-market-title4 {
  width: 150px;
  top: 338px;
  animation: fade-in-title4;
  animation-duration: 500ms;
  animation-delay: 800ms;
  animation-fill-mode: forwards;
  opacity: 0;
}

.banner-market-title5 {
  width: 150px;
  top: 410px;
  animation: fade-in-title5;
  animation-duration: 500ms;
  animation-delay: 1000ms;
  animation-fill-mode: forwards;
  opacity: 0;
}

.banner-logo {
  position: absolute;
  right: 124px;
  top: 189px;
  width: 310px;
  height: 190px;
  opacity: 0;
  /* transition: all 2ms ease 0s; */
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/p/assets/images/home-banner1-right.png");
  background-position-y: center;
  animation: fade-in;
  /*鍔ㄧ敾鍚嶇О*/
  animation-duration: 4s;
  /*鍔ㄧ敾鎸佺画鏃堕棿*/
  /* -webkit-animation: fade-in 2s; */
  /*閽堝webkit鍐呮牳*/
  /* animation-delay: 2s; */
  /* -moz-animation-delay: 2s; */
  /* Firefox 4 */
  /* -webkit-animation-delay: 2s; */
  /* Safari 鍜� Chrome */
  /* -o-animation-delay: 2s; */
  /* Opera */
  animation-fill-mode: forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  /*閽堝webkit鍐呮牳*/
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in-title1 {
  0% {
    opacity: 0;
    left: 690px;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    left: 390px;
  }
}

@keyframes fade-in-title2 {
  0% {
    opacity: 0;
    left: 682px;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    left: 382px;
  }
}

@keyframes fade-in-title3 {
  0% {
    opacity: 0;
    left: 723px;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    left: 363px;
  }
}

@keyframes fade-in-title4 {
  0% {
    opacity: 0;
    left: 702px;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    left: 339px;
  }
}

@keyframes fade-in-title5 {
  0% {
    opacity: 0;
    left: 674px;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    left: 310px;
  }
}

@keyframes fade-in-line-left {
  0% {
    opacity: 0;
    left: -100px;
  }

  100% {
    opacity: 1;
    left: 10px;
  }
}

@keyframes fade-in-line-left2 {
  0% {
    opacity: 0;
    left: -120px;
  }

  100% {
    opacity: 1;
    left: 15px;
  }
}

@keyframes fade-in-line-right {
  0% {
    opacity: 0;
    right: -100px;
  }

  100% {
    opacity: 1;
    right: 10px;
  }
}

@keyframes fade-in-line-right2 {
  0% {
    opacity: 0;
    right: -120px;
  }

  100% {
    opacity: 1;
    right: 15px;
  }
}

/* 杞挱-绗簩椤� */

.slogan-button-detail {
  position: absolute;
  bottom: 150px;
  font-size: 0;
  line-height: 0;
  padding: 8px 0;
  display: inline-block;
  left: 110px;
  margin: auto;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
  width: 115px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
}

.slogan-button-detail .slogan-button-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
}

.slogan-button-detail .slogan-button-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  margin-left: 4px;
}

/* 杞挱: 绗笁椤� */

.slogan-customer-title {
  position: absolute;
  top: 220px;
  left: 95px;
  width: 359px;
}

/* 杞挱: 绗笁椤� */

.slogan-customer-title {
  position: absolute;
  top: 220px;
  left: 95px;
  width: 359px;
}

/* 杞挱: 绗洓椤� */

.slogan-wework-title {
  position: absolute;
  top: 220px;
  left: 95px;
  width: 359px;
}

.slogan-wework-wxbtn {
  position: absolute;
  bottom: 150px;
  display: inline-block;
  left: 95px;
  margin: auto;
}

.slogan-wework-wxbtn .wxinstall,
.slogan-wework-wxbtn .wxreg {
  display: inline-block;
  width: 200px;
  height: 40px;
}

.slogan-wework-wxbtn .wxinstall {
  background-image: url("https://res.waiqin365.com/d/official/wq/home/slogan-wework/wx-install.png");
}

.slogan-wework-wxbtn .wxreg {
  margin-left: 10px;
  background-image: url("https://res.waiqin365.com/d/official/wq/home/slogan-wework/wx-reg.png");
}

/* section-offline: 鍕ょ瓥锛屾彁鍗囦紒涓氱嚎涓嬮攢鍞晥鐜� */

.section-offline-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.section-offline-img-01 {
  background-position: 0 0;
  /* transition: 1s all steps(53); */
  background-image: url("https://res.waiqin365.com/d/official/wq/home/section-offline/array01.jpg");
}

/* .section-offline-img-01:hover{
  background-position: 0 -7420px;
} */

.section-offline-img-02 {
  /* transition: 1s all steps(35); */
  background-image: url("https://res.waiqin365.com/d/official/wq/home/section-offline/array02.jpg");
}

/* .section-offline-img-02:hover{
  background-position: 0 -4900px;
} */

.section-offline-img-03 {
  /* transition: 1s all steps(49); */
  background-image: url("https://res.waiqin365.com/d/official/wq/home/section-offline/array03.jpg");
}

/* .section-offline-img-03:hover{
  background-position: 0 -6860px;
} */

/*  section-solution: 瑙ｅ喅鏂规 */

.section-solution .section-wrapper {
  min-width: 76%;
  max-width: 1442px;
}

.section-solution .grid-cell {
  font-size: 0;
}

.section-solution .grid-cell img {
  width: 100%;
  height: auto;
}

.section-solution .grid-cell .cover {
  /* position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; */
  transition: all 0.2s linear;
  background-color: rgba(31, 34, 38, 0.7);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#B21f2226, endColorstr=#B21f2226);
}

.section-solution .grid-cell .cover .info {
  /* position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; */
  margin: auto;
  width: 85%;
}

.section-solution .grid-cell .cover .info .icon {
  position: absolute;
  transition: all 0.2s linear;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  top: 100px;
  font-size: 60px;
  line-height: 64px;
}

.section-solution .grid-cell .cover .info .arrow {
  top: 165px;
  font-size: 16px;
  line-height: 16px;
}

.section-solution .grid-cell .cover .info .arrow,
.section-solution .grid-cell .cover .info .icon {
  /* position: absolute; */
  transition: all 0.2s linear;
  display: block;
  /* left: 0;
  right: 0; */
  margin: auto;
  color: #fff;
}

.section-solution .grid-cell .cover .info .title .sub {
  transition: all 0.2s linear;
  line-height: 2.6;
  font-size: 14px;
  opacity: 1;
}

.section-solution .grid-cell .cover .info .detail {
  bottom: 0;
  margin: auto;
  margin-bottom: 20px;
  /* height: 80px; */
  height: 24%;
}

.section-solution .grid-cell .cover .info .button,
.section-solution .grid-cell .cover .info .detail {
  position: absolute;
  transition: all 0.2s linear;
  left: 0;
  right: 0;
  opacity: 0;
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  font-size: 14px;
  color: #fff;
}

.introduce .section-solution .grid-cell .cover .info .price,
.section-solution .grid-cell .cover .info .introduce .price,
.section-solution .grid-cell .cover .info .title {
  position: absolute;
  transition: all 0.2s linear;
  top: 185px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  color: #fff;
}

.introduce .section-solution .grid-cell .cover .info .price .sub,
.section-solution .grid-cell .cover .info .introduce .price .sub,
.section-solution .grid-cell .cover .info .title .sub {
  transition: all 0.2s linear;
  line-height: 2.6;
  font-size: 14px;
  opacity: 1;
}

.section-solution .grid-cell .cover .info .button {
  display: inline-block;
  width: 100px;
  bottom: -60px;
  margin: auto;
  padding: 5px 10px;
  border: 1px solid #fff;
  text-decoration: none;
}

.introduce .section-solution .grid-cell .cover.en .info .price,
.section-solution .grid-cell .cover.en .info .introduce .price,
.section-solution .grid-cell .cover.en .info .title {
  line-height: 1.2;
  font-size: 23px;
}

.section-solution .grid-cell .cover.en .info .detail {
  font-size: 13px;
  height: 55px;
}

.section-solution .grid-cell:hover .cover {
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#c8ffb200, endColorstr=#c8ffb200);
  background-color: rgba(255, 178, 0, 0.85);
}

.section-solution .grid-cell:hover .cover .icon {
  /* top: 50px; */
  top: 15%;
}

.section-solution .grid-cell:hover .cover .arrow {
  opacity: 0;
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  /* top: 115px; */
  top: 34%;
}

.introduce .section-solution .grid-cell:hover .cover .price,
.section-solution .grid-cell:hover .cover .introduce .price,
.section-solution .grid-cell:hover .cover .title {
  /* top: 130px; */
  top: 37%;
}

.introduce .section-solution .grid-cell:hover .cover .price .sub,
.section-solution .grid-cell:hover .cover .introduce .price .sub,
.section-solution .grid-cell:hover .cover .title .sub {
  opacity: 0;
}

.section-solution .grid-cell:hover .cover .button,
.section-solution .grid-cell:hover .cover .detail {
  opacity: 1;
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
  bottom: 50px;
}

/* section-download: 绮剧粏鍖栫鐞嗕粠鐜板湪寮€濮� */

.section-download .item {
  display: inline-block;
  position: relative;
  width: 215px;
  height: 220px;
  border-radius: 10px;
}

.section-download .item .icon {
  opacity: 1;
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
  font-size: 80px;
}

.section-download .item .icon,
.section-download .item .icon-2 {
  position: absolute;
  transition: all 0.2s linear;
  display: inline-block;
  top: 10px;
  left: 0;
  right: 0;
  margin-top: 20px;
  color: #70808c;
}

.section-download .item .icon-2 {
  opacity: 0;
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  font-size: 100px;
}

.introduce .section-download .item .price,
.section-download .item .introduce .price,
.section-download .item .title {
  transition: all 0.2s linear;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  color: #2e3033;
}

.section-download .item .subtitle {
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 12px;
  font-style: normal;
  color: #5c6066;
}

.section-download .item .subtitle,
.section-download .item img {
  transition: all 0.2s linear;
  opacity: 0;
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
}

.section-download .item img {
  display: inline-block;
  top: 10px;
  left: 38px;
  margin-top: 20px;
  width: 140px;
  height: 140px;
}

.section-download .item:hover {
  cursor: pointer;
  box-shadow: 5px 5px 20px rgba(87, 154, 221, 0.1),
    -5px -5px 20px rgba(87, 154, 221, 0.1);
  background-color: #fff;
}

.section-download .item:hover .icon {
  top: 60px;
  opacity: 0;
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  font-size: 10px;
}

.section-download .item:hover .icon-2 {
  top: 10px;
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  font-size: 80px;
}

.introduce .section-download .item:hover .price,
.section-download .item:hover .introduce .price,
.section-download .item:hover .title {
  bottom: 50px;
}

.section-download .item:hover .subtitle {
  bottom: 34px;
}

.section-download .item:hover .subtitle,
.section-download .item:hover img {
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
}

.section-download .item:hover img {
  left: 58px;
  width: 100px;
  height: 100px;
}

/* .section-brand: 鏁颁竾瀹朵紒涓氭鍦ㄤ娇鐢� */

.section-brand .section-wrapper {
  width: 1060px;
}

.section-brand .swiper-slide {
  font-size: 0;
  line-height: 0;
}

.section-brand img {
  width: 160px;
  height: 95px;
}

.section-brand .swiper-button-next,
.section-brand .swiper-button-prev {
  font-size: 30px;
  width: 30px;
  height: 30px;
  color: #a1aab3;
  background-image: none;
  top: 50%;
  margin-top: -15px;
}

/* .section-hot: 鏁颁竾瀹朵紒涓氭鍦ㄤ娇鐢� */

.section-content-description&gt;span {
  width: 33.3%;
}

.section-hot-block {
  width: 370px;
  margin: 0 auto;
}

.section-hot-img {
  display: block;
  position: relative;
  width: 370px;
  height: 163px;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 16px;
}

.section-hot-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 370px;
  height: 163px;
  transition: all 0.3s ease-out;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.section-hot-img:hover img {
  transform: scale(1.2);
}

.section-hot-img .title-mask {
  width: 100%;
  height: 35px;
  position: absolute;
  background-image: linear-gradient(179deg, rgba(0, 0, 0, 0.00) 1%, rgba(0, 0, 0, 0.32) 39%, rgba(0, 0, 0, 0.72) 100%);
  bottom: 0;
}

.section-hot-img .sliver {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 8px;
  left: 15px;
  font-size: 15px;
  font-style: normal;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 315px;
}

.section-hot-link {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 335px;
  display: block;
  letter-spacing: 0;
  font-weight: 400;
}

.section-hot-link:hover {
  color: #528feb;
  text-decoration: underline;
}

.section-hot-link-more {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #FF7000;
  letter-spacing: 0;
  font-weight: 500;
  box-shadow: inset 0px 1px 0px 0px rgba(230, 232, 235, 1);
  margin-top: 20px;
}
</pre></body></html>